home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000356_news@columbia.edu_Wed Sep 13 13:36:48 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03265
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 13 Sep 1995 22:31:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA02103
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 13 Sep 1995 22:31:35 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!newsfeed.internetmci.com!salliemae!uunet!in1.uu.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Netware/IP and packet driver Kermit coexistence
  9. Message-Id: <1995Sep13.193648.61242@cc.usu.edu>
  10. Date: 13 Sep 95 19:36:48 MDT
  11. References: <1995Sep13.140223.124158@forest>
  12. Organization: Utah State University
  13. Lines: 42
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Sep13.140223.124158@forest>, mrichich@forest.drew.edu (Mike Richichi, Systems Manager) writes:
  17. > Okay, here's the issue.  We have a LAN running Netware 4.1.  We are 
  18. > currently using ODIPKT and MS-Kermit 3.13 to telnet to on-campus machines 
  19. > in DOS.  We want to switch these machines over to Netware/IP 2.1, thus 
  20. > getting a Winsock to run Netscape, and then still be able to run MS-Kermit 
  21. > 3.13 (ideally in Windows) and still have it access tcp/ip through a packet 
  22. > driver.
  23. > Now, the first thing to try is just run ODIPKT.  No go--when Novell's 
  24. > TCPIP.EXE loads, it prevents ODIPKT from working, even in DOS.  That's to 
  25. > be expected, though.
  26. > Well, after some careful thought, lots of fun, and a few hundred machine 
  27. > reboots, I've come up with the following solution:
  28. > 1)  Run the packet driver for the network card (in this case, 3Com 3c509.)
  29. > 2)  Run PKTMUX and then 2 PKTDRVs.
  30. > 3)  Use PDETHER on one of the packet driver interrupts, and then load 
  31. > Novell's LSL, TCPIP, NWIP, and VLM (thus getting complete Netware 
  32. > connectivity to file servers and such.)
  33. > 4)  Kermit then takes the other packet-driver interrupt for it's tcp/ip 
  34. > connections.
  35. > 5)  Yes, this even works in Windows.  I'm doing it right now, I've got my 
  36. > Kermit window covering my Netscape window, and both work simultaneously. 
  37. > There are delays in one app when the other is transmitting data, but 
  38. > again, that's to be expected.
  39. > The big question is:  Am I flirting with disaster?  Is PDETHER not as good 
  40.             Yes.                Not as good.
  41.  
  42. > of a Netware solution as the native ODI driver for the card?  Are there 
  43. > any other unforseen problems that I should know about?  I'm going to hit 
  44. > it hard for a while to see if it crashes and burns.
  45.  
  46.     If your site has a licensed copy of Lan WorkPlace/DOS from Novell
  47. then component TELAPI placed on top of Novell's TCP/IP stack forms an
  48. interface that Kermit can use, even in Windows. This is an "approved"
  49. method to run the two products together; we think so and so does Novell.
  50.     We basically say all risks become yours when pktmux is involved.
  51.     Joe D.
  52.